home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / fpupatch.lzh / FPU / TC_1.1 / FPUCOBIN.MUP
Encoding:
Text File  |  1991-10-19  |  749 b   |  25 lines

  1. #
  2. # Programs with this new libraries runs on a normal Atari ST, supports
  3. # the SPF004 (Atari coprzessor) as the orginal Turbo-C libraries.
  4. # __AND__ this libraries support also a real coprozessor like it is in
  5. # an Atari TT and a MC68040 for single, double and extended floating point
  6. # arithmetic.
  7. #
  8.  
  9. setenv TCLIBPATH C:\TC\LIB
  10.  
  11. #
  12. # Create a new TCSTDLIB with new "_fpuinit", which search _FPU cookie
  13. #
  14. cp $TCLIBPATH\TCSTDLIB.LIB .\TCSTD.LIB
  15. TLIB -r .\TCSTD.LIB __STD\FPUINI.O
  16. mv .\TCSTD.LIB $TCLIBPATH\TCSTD.LIB
  17.  
  18. #
  19. # Create a new TCFLTLIB with real coprozessor support (like TT)
  20. #
  21. cp $TCLIBPATH\TCFLTLIB.LIB .\TCFLT.LIB
  22. TLIB -r .\TCFLT.LIB __FPU\FPU.O
  23. TLIB -r .\TCFLT.LIB __FPU\SINCOS.O
  24. mv .\TCFLT.LIB $TCLIBPATH\TCFLT.LIB
  25.